home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / utils / IXMLNotifiable.as < prev    next >
Text File  |  2014-03-27  |  204b  |  10 lines

  1. package mx.utils
  2. {
  3.    public interface IXMLNotifiable
  4.    {
  5.        
  6.       
  7.       function xmlNotification(param1:Object, param2:String, param3:Object, param4:Object, param5:Object) : void;
  8.    }
  9. }
  10.